orange/util/Reflection.d(109,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. orange/util/Reflection.d(136,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. orange/xml/PhobosXml.d(559,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. orange/xml/PhobosXml.d(1732,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. orange/serialization/Serializer.d(1973,32): Error: pointer arithmetic not allowed in @safe functions orange/serialization/Serializer.d(1973,62): Error: pointer arithmetic not allowed in @safe functions orange/serialization/archives/XmlArchive.d(197,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(249,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(338,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(526,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(586,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(700,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(737,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/serialization/archives/XmlArchive.d(737,9): Error: function `orange.util.Use.RestoreStruct!(void, Node).RestoreStruct.opIn(void delegate() deleg)` is not callable using argument types `(void delegate() @system)` orange/serialization/archives/XmlArchive.d(737,9): cannot pass argument `__lambda4` of type `void delegate() @system` to parameter `void delegate() deleg` orange/serialization/archives/XmlArchive.d(720,22): Error: template instance `orange.serialization.archives.XmlArchive.XmlArchive!char.XmlArchive.archiveString!string` error instantiating tests/Array.d(15,1): instantiated from here: `XmlArchive!char` orange/test/UnitTester.d(348,16): Error: `@safe` function `orange.test.UnitTester.UnitTester.runDescription` cannot call `@system` function `orange.util.Use.restore!(void, Description).restore` orange/util/Use.d(138,22): `orange.util.Use.restore!(void, Description).restore` is declared here orange/test/UnitTester.d(362,21): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/test/UnitTester.d(348,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/test/UnitTester.d(348,9): Error: function `orange.util.Use.RestoreStruct!(void, Description).RestoreStruct.opIn(void delegate() deleg)` is not callable using argument types `(void delegate() @system)` orange/test/UnitTester.d(348,9): cannot pass argument `__lambda2` of type `void delegate() @system` to parameter `void delegate() deleg` orange/test/UnitTester.d(402,45): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/test/UnitTester.d(405,26): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/test/UnitTester.d(458,16): Error: `@safe` function `orange.test.UnitTester.UnitTester.printResultImpl` cannot call `@system` function `orange.util.Use.restore!(void, string).restore` orange/util/Use.d(138,22): `orange.util.Use.restore!(void, string).restore` is declared here orange/test/UnitTester.d(458,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/test/UnitTester.d(473,16): Error: `@safe` function `orange.test.UnitTester.UnitTester.printDescription` cannot call `@system` function `orange.util.Use.restore!(void, string).restore` orange/util/Use.d(138,22): `orange.util.Use.restore!(void, string).restore` is declared here orange/test/UnitTester.d(473,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/test/UnitTester.d(498,16): Error: `@safe` function `orange.test.UnitTester.UnitTester.printPending` cannot call `@system` function `orange.util.Use.restore!(void, string).restore` orange/util/Use.d(138,22): `orange.util.Use.restore!(void, string).restore` is declared here orange/test/UnitTester.d(498,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/test/UnitTester.d(531,16): Error: `@safe` function `orange.test.UnitTester.UnitTester.printFailures` cannot call `@system` function `orange.util.Use.restore!(void, string).restore` orange/util/Use.d(138,22): `orange.util.Use.restore!(void, string).restore` is declared here orange/test/UnitTester.d(531,9): Deprecation: `opIn` is deprecated. Use `opBinary(string op)(...) if (op == "in")` instead. orange/xml/PhobosXml.d(565,25): Error: `tagString.ptr` cannot be used in `@safe` code, use `&tagString[0]` instead orange/xml/PhobosXml.d(565,41): Error: `s.ptr` cannot be used in `@safe` code, use `&s[0]` instead orange/xml/PhobosXml.d(918,26): Error: cast from `const(Item)` to `orange.xml.PhobosXml.Text` not allowed in safe code orange/xml/PhobosXml.d(1162,41): Error: cast from `const(string[string])` to `void*` not allowed in safe code orange/xml/PhobosXml.d(1162,61): Error: cast from `const(string[string])` to `void*` not allowed in safe code orange/xml/PhobosXml.d(2083,42): Error: `startTag.tagString.ptr` cannot be used in `@safe` code, use `&startTag.tagString[0]` instead orange/xml/PhobosXml.d(2086,36): Error: pointer slicing not allowed in safe functions orange/xml/PhobosXml.d(2089,51): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/xml/PhobosXml.d(2113,62): Error: cannot take address of local `s2` in `@safe` function `parse` orange/xml/PhobosXml.d(2216,9): Deprecation: foreach: loop index implicitly converted from `size_t` to `int` orange/xml/PhobosXml.d(2253,9): Deprecation: foreach: loop index implicitly converted from `size_t` to `int` orange/xml/XmlDocument.d(171,33): Error: cast from `Attribute[]` to `Element[]` not allowed in safe code orange/xml/XmlDocument.d(196,22): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/xml/XmlDocument.d(206,26): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/xml/XmlDocument.d(210,26): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. orange/xml/XmlDocument.d(243,27): Deprecation: `opCatAssign` is deprecated. Use `opOpAssign(string op)(...) if (op == "~")` instead. tests/CustomWithString.d(26,29): Error: `@safe` function `tests.CustomWithString.Foo.toData` cannot call `@system` function `orange.serialization.Serializer.Serializer.serialize!string.serialize` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.